home *** CD-ROM | disk | FTP | other *** search
- head 1.2;
- access;
- symbols;
- locks; strict;
- comment @# @;
-
-
- 1.2
- date 93.03.17.20.38.14; author negaard; state Exp;
- branches;
- next 1.1;
-
- 1.1
- date 93.03.17.19.49.41; author negaard; state Exp;
- branches;
- next ;
-
-
- desc
- @BSD386 Makefile.
- @
-
-
- 1.2
- log
- @Changes for linux.
- @
- text
- @# @@(#)Makefile 5.7 (Berkeley) 9/30/90
-
- CFLAGS= -D_POSIX_SOURCE -DSYSLOG_USE_FIFO
- LDFLAGS= -N -s
- PROG= syslogd
- SRCS= syslogd.c daemon.c ttymsg.c
- OBJS:= $(subst .c,.o, $(SRCS))
- MAN5= syslog.conf.0
- MAN8= syslogd.0
-
- $(PROG): $(OBJS)
- $(CC) $(LDFLAGS) -o $(PROG) $(OBJS)
- @
-
-
- 1.1
- log
- @Initial revision
- @
- text
- @d3 2
- d6 2
- a7 2
- SRCS= syslogd.c ttymsg.c
- .PATH: ${.CURDIR}/../../usr.bin/wall
- a9 1
- LDADD= -lutil
- d11 2
- a12 1
- .include <bsd.prog.mk>
- @
-